home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
snowballs.swf
/
scripts
/
DefineSprite_83
/
frame_4
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
362 b
|
24 lines
y = _Y;
x = _X;
boxx = getProperty("/hands", _X);
boxy = getProperty("/hands", _Y);
if(boxx - "25" < x)
{
if(x < boxx + "25")
{
if(boxy - "80" < y)
{
if(y < boxy - "40")
{
gotoAndPlay(76);
}
}
}
}
if("430" < y)
{
gotoAndPlay(6);
}
y += eval("/:speed") * "1.25";
_Y = y;